g_logv adds one for us already.
if (!g_output_stream_write_all (out, encoded->str, encoded->len,
NULL, NULL, NULL) ||
!g_output_stream_close (out, NULL, NULL))
- g_warning ("compression failed\n");
+ g_warning ("compression failed");
len = g_memory_output_stream_get_data_size (G_MEMORY_OUTPUT_STREAM (out_mem));
broadway_server_set_show_keyboard (server, request->set_show_keyboard.show_keyboard);
break;
default:
- g_warning ("Unknown request of type %d\n", request->base.type);
+ g_warning ("Unknown request of type %d", request->base.type);
}
if (reply->base.type == BROADWAY_REPLY_EVENT)
_gdk_broadway_events_got_input (&reply->event.msg);
else
- g_warning ("Unhandled reply type %d\n", reply->base.type);
+ g_warning ("Unhandled reply type %d", reply->base.type);
g_free (reply);
}
}
GdkAtom target,
guint32 time)
{
- g_warning ("convert_selection not implemented\n");
+ g_warning ("convert_selection not implemented");
}
gint
if (data)
*data = NULL;
- g_warning ("get_selection_property not implemented\n");
+ g_warning ("get_selection_property not implemented");
return 0;
}
{
g_return_if_fail (GDK_IS_DISPLAY (display));
- g_warning ("send_selection_notify not implemented\n");
+ g_warning ("send_selection_notify not implemented");
}